README for Boxy Jobberbase template (v1.0.1)

Created by Rob Mason, Jobatronic :: www.jobatronic.co.uk :: hello@jobatronic.co.uk :: @jobatronic

##########
General
##########
This template comes as is and is offered under a Creative Commons Attribution 3.0 Unported Licence (http://creativecommons.org/licenses/by/3.0/), which basically means you can use it 'til your heart's content without the need to attribute it back to me. That said if you do want to attribute me please feel free to do so! A link to the Jobatronic site will suffice.

The template itself is based on Jobberbase's own "Default" template. What I've done is strip out all of the styling items in the CSS files, but left the class and id hooks in the HTML code. I've also re-structred the HTML into HTML 5, taking advantage of the new elements and DOCTYPE as I went. Nothing too fancy. 

##########
Support
##########
Limited support is available through the Get Satisfaction page (https://getsatisfaction.com/jobatronic) or emailing hello@jobatronic.co.uk. 

##########
Installation
##########
1. Drop the contents of the ZIP file into a folder called "Boxy" located in [location of Jobberbase]/_templates/. 
2. Login to your admin area (normally http://yourdomain.com/admin)
3. Choose "settings" then "Main settings"
4. Select "Boxy" from the dropdown next to "Theme" and click the "Save" button

##########
Template structure
##########
Only showing edited files, not Jobberbase defaults

/nearly_naked 
	/_cache
	/_translations
		_emails
	/css
		ie.css (Internet Exploirer specific stylesheet. Edit this if IE gives you trouble)
		print.css (Print stylesheet for when people print your webpages. Yes. It still happens even today!)
		screen.css (Main stylesheet file)
	/img
		/ajax-loader.gif
		/background.png
		/body-back.png
		/box.png
		/button-back.png
		/button-back-hover.png
		/clock.gif
		/feed.png
		/icon-delete.png
		/jobber-logo.gif (the default Jobberbase logo)
		/line.png
		twitter.png (not used but here if you need it)
	/all-jobs-header.tpl
	/category.tpl
	/cities.tpl
	/city-jobs-header.tpl
	/companies.tpl
	/company.tpl
	/company-posts-loop.tpl
	/error.tpl
	/footer.tpl
	/header.tpl
	/home.tpl
	/index.php
	/index.tpl
	/installer.tpl
	/job.tpl
	/job-details.tpl
	/jobs-list.tpl
	/no-job.tpl
	/other-cities-jobs-header.tpl
	/page.tpl
	/posts-loop.tpl
	/publish-confirmation.tpl
	/publish-verify.tpl
	/publish-write.tpl
	/rss.tpl
	/search.tpl
	/sidebar.tpl
	/sitemap.tpl
	/widgets.tpl
	
##########
Changelog
##########
v1.0 - First release!
---
v1.0.1 - fixed a few minor bugs and added extra HTML 5 support
---
v1.0.2 - fixed screen.css bug (Thanks to Neven Elezovic for the hat tip!)
---